crypto/tls.serverHelloMsg.vers (field)
9 uses
crypto/tls (current package)
handshake_client.go#L418: peerVersion := serverHello.vers
handshake_client_tls13.go#L132: if hs.serverHello.vers != VersionTLS12 {
handshake_messages.go#L630: vers uint16
handshake_messages.go#L754: b.AddUint16(m.vers)
handshake_messages.go#L778: !s.ReadUint16(&m.vers) || !s.ReadBytes(&m.random, 32) ||
handshake_server.go#L178: hs.hello.vers = c.vers
handshake_server_tls13.go#L97: hs.hello.vers = VersionTLS12
handshake_server_tls13.go#L484: vers: hs.hello.vers,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |